home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / aclocal-1.5 / install-sh.m4 < prev    next >
Encoding:
M4 Source File  |  2005-10-16  |  204 b   |  8 lines

  1. # AM_PROG_INSTALL_SH
  2. # ------------------
  3. # Define $install_sh.
  4. AC_DEFUN([AM_PROG_INSTALL_SH],
  5. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  6. install_sh=${install_sh-"$am_aux_dir/install-sh"}
  7. AC_SUBST(install_sh)])
  8.